[XEN][BUILD] Both ctags and etags support the -a (append) option, and
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 27 Jun 2006 10:27:25 +0000 (11:27 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 27 Jun 2006 10:27:25 +0000 (11:27 +0100)
commita44d6f1d93d9262a9d369d870a9f573337317819
treedad08b85a02a66abe32560b8857cd9f8a5755270
parentb9a9bc6e86ed43b18d4c858ec3e8ca8dc22355cc
[XEN][BUILD] Both ctags and etags support the -a (append) option, and
by removing the tags or TAGS file, and then running using the
-a option in conjunction with xargs a full list of tags will
be obtained, regardless of how many files there are.

I believe that the existing invocations of both etags and ctags are wrong:

* I don't think - is a vailid argument to etags

* xargs ctags does not handle the case where ctags is invoked
  multiple times by xargs when there are too many files
  to fit on one command line.

Signed-off-by: Horms <horms@verge.net.au>
xen/Makefile